home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Image Compendium
/
Image Compendium.iso
/
utility
/
gifview
/
gifv.slu
< prev
next >
Wrap
Text File
|
1993-02-17
|
413b
|
17 lines
;
; GIFV.SLU
; Take every PCX file on D:\ZSOFT and print a report to the screen
;
; NOTE: If you remove the ";" from in front of the PRINTER-ON command then
; the report will be sent to the printer!
;
; Printer-ON
change-path D:\ZSOFT\*.PCX
:loop
echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
skipnext :exit
goto :loop
:exit
ENTER